home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 20 / Cream of the Crop 20 (Terry Blount) (1996).iso / doom / deep865s.zip / VIRTUAL.BAT < prev    next >
DOS Batch File  |  1996-05-30  |  2KB  |  49 lines

  1. cls
  2. echo ------------- Make sure your system is set up correctly !-------------
  3. echo -
  4. echo   Be sure CONFIG.SYS has at least the following:
  5. echo -
  6. echo      HIMEM.SYS 
  7. echo      FILES=20 (minimum)  FILES=40 recommended
  8. echo      -NO- QDPMI (QEMM only)
  9. echo -
  10. echo   You will get Filexxx NOT FOUND messages if FILES is too low a value!
  11. echo   For Windows, you need WINDPMI.386 in SYSTEM.INI, see README.DOC
  12. echo   Use UNIVBE if your video comes up as not supported. Read 
  13. echo   README.DOC for how to get the latest version of UNIVBE
  14. echo -
  15. echo                     !! WINDOWS 95 !!
  16. echo                     ----------------
  17. echo   If you are currently in a DOS box in Windows 95, stop this file
  18. echo   by pressing CTRL+C right now. To run in Windows 95, select the
  19. echo   Start button, select Shutdown and Restart in DOS. You can also
  20. echo   reconfigure to have the option to boot in DOS 7 at startup.
  21. echo                  !! Important 95 note!!
  22. echo   Edit DOSSTART.BAT to load a mouse driver, smartdrv, etc.
  23. echo   This is located in your main Windows 95 directory   
  24. echo -
  25. pause
  26. cls
  27. echo ------------------ Attention ---- Attention --------------------------
  28. echo -
  29. echo   Next step creates a swap file for DeeP in the current directory.
  30. echo   -                                                                  -
  31. echo   The swap file is not required for 16MB systems with about 12MB free.
  32. echo   -                                                                  -
  33. echo   Edit this batch file to put the swap file somewhere else.
  34. echo   This size of the file is in 4k hunks, so 4096 = 4MB
  35. echo   Change SET DMPI= in DeeP.BAT if you put the swap file somewhere else
  36. echo   Make sure your environment size is large enough (HELP COMMAND)
  37. echo   Example CONFIG.SYS : shell=c:\dos\command.com c:\dos\ /e:1024 /p
  38. echo -
  39. echo   Modify DEEP.BAT and delete the line VIRTUAL.BAT for NO swap file
  40. echo -
  41. echo -------------- Attention ---- Attention --------------------------
  42. echo -
  43. echo press CTRL+C to stop this batch file so you can change it
  44. pause
  45.  
  46. MAKESWAP 4096 DEEP.SWP
  47.  
  48.  
  49.